home *** CD-ROM | disk | FTP | other *** search
/ SGI Cosmo Software 1997 May / SGI Cosmo Software 1997 May.iso / docs6.2 / help / CosmoCode.helpmap next >
Text File  |  1997-05-23  |  15KB  |  371 lines

  1. /
  2. ! CosmoCode helpmap file
  3. !
  4. ! This file is merged into the program's X resource database on startup.
  5. ! All items must conform to standard app-defaults file syntax.
  6. ! This file allows you to define help menu items and help topics for a 
  7. ! program. There are a few help menu items defined by the help menu code 
  8. ! (such as Click for Help and Product Information.) If you don't see a 
  9. ! help menu item in this file, and it appears on the help menu, you need 
  10. ! to talk to the developers about changing/removing it.
  11. !
  12. !
  13. ! Help menu item syntax for non Click-for-Help items
  14. ! __________________________________________________
  15. !
  16. !       Help menu items must be named with sequential numbers starting
  17. !    with 1. The syntax for identifying a menu item is as follows:
  18. !    
  19. !    toplevelwindow*toplevelwindow1
  20. !    
  21. !        Examples:
  22. !        CosmoCode*CosmoCode1
  23. !        Jvb*Jvb1
  24. !
  25. !
  26. !    An item is one of:
  27. !
  28. !        ITEM        - Normal help menu item
  29. !        SUBMENU        - Start a submenu
  30. !        SEP        - Insert menu separator
  31. !        SKIP        - Skip this item
  32. !
  33. !       To create a menu item that links directly to a web page:
  34. !
  35. !    item1:            ITEM
  36. !    item1.labelString:    menu item label (text that appears on the menu)
  37. !    item1.helpKey:        help_to_display (for Cosmo Code, a file URL)
  38. !
  39. !    
  40. !    To create a separator:
  41. !    item2:            SEP
  42. !
  43. !    To create a submenu, mark the item as SUBMENU and then create
  44. !    items for the submenu. For example:
  45. !       ***THe following needs testing, instructions unclear****
  46. !
  47. !    item3:            SUBMENU
  48. !    item3.labelString:    menu item label
  49. !
  50. !    item3*item1:            ITEM
  51. !    item3*item1.labelString:    submenu item label
  52. !    item3*item1.helpKey:        help_to_display (for CCode, file URL)
  53. !
  54. !    item4:            ITEM
  55. !    item4.labelString:    menu item label
  56. !    item4.helpKey:        help_to_display (for Cosmo Code, a file URL)
  57. !
  58. ! Items with a helpKey of 'TBD' will be grayed out on the help menu.
  59. !
  60. !
  61. ! Default Help Topic to Display
  62. ! -----------------------------
  63. !
  64. ! You should specify a default help page that will be
  65. ! displayed if a menu item does not have a help topic. Use the 
  66. ! defaultHelpKey resource to do this.
  67. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  68.  
  69. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  70. ! Default help topic for cards and source panel          !
  71. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  72.  
  73. CosmoCode*CosmoCode.defaultHelpKey: \
  74.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?doc_home.htm
  75.  
  76.  
  77. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  78. ! Non-click for help menu items for Project, Debug and Static Decks !
  79. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  80.  
  81. CosmoCode*CosmoCode1:            ITEM
  82. CosmoCode*CosmoCode1.labelString:    Home Page
  83. CosmoCode*CosmoCode1.helpKey: \
  84.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?doc_home.htm
  85.  
  86.  
  87. CosmoCode*CosmoCode2:            ITEM
  88. CosmoCode*CosmoCode2.labelString:    Quick Start
  89. CosmoCode*CosmoCode2.helpKey: \
  90.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?strthere.htm
  91.  
  92. CosmoCode*CosmoCode3:            SUBMENU
  93. CosmoCode*CosmoCode3.labelString:    GettingAround
  94.  
  95.  
  96.     CosmoCode*GettingAround1:         ITEM
  97.     CosmoCode*GettingAround1.labelString:     Cosmo Code
  98.     CosmoCode*GettingAround1.helpKey:\
  99.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?int_pro.htm     
  100.  
  101.     CosmoCode*GettingAround2:         ITEM
  102.     CosmoCode*GettingAround2.labelString:     Source Panel
  103.     CosmoCode*GettingAround2.helpKey:\
  104.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/socard_r.htm 
  105.  
  106.     CosmoCode*GettingAround3:         ITEM
  107.     CosmoCode*GettingAround3.labelString:     Card Panel
  108.     CosmoCode*GettingAround3.helpKey:\
  109.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cards_r.htm
  110.  
  111.     CosmoCode*GettingAround4:         ITEM
  112.     CosmoCode*GettingAround4.labelString:     Visual Builder
  113.     CosmoCode*GettingAround4.helpKey:\
  114.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/ref/intvb_r.htm
  115.  
  116. CosmoCode*CosmoCode4:            ITEM
  117. CosmoCode*CosmoCode4.labelString:    Tutorial
  118. CosmoCode*CosmoCode4.helpKey: \
  119.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../tut/toc_u.htm
  120.  
  121.  
  122. CosmoCode*CosmoCode5:            SEP
  123.  
  124. CosmoCode*CosmoCode6:            ITEM
  125. CosmoCode*CosmoCode6.labelString:    Managing Projects
  126. CosmoCode*CosmoCode6.helpKey: \
  127.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/prfile_t.htm
  128.  
  129. CosmoCode*CosmoCode7:            ITEM
  130. CosmoCode*CosmoCode7.labelString:    Designing an Interface
  131. CosmoCode*CosmoCode7.helpKey: \
  132.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../vb/tasks/genstp_t.htm
  133.  
  134. CosmoCode*CosmoCode8:            ITEM
  135. CosmoCode*CosmoCode8.labelString:    Compiling and Running Programs
  136. CosmoCode*CosmoCode8.helpKey: \
  137.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/prcomp_t.htm
  138.  
  139. CosmoCode*CosmoCode9:            ITEM
  140. CosmoCode*CosmoCode9.labelString:    Using Breakpoints
  141. CosmoCode*CosmoCode9.helpKey: \
  142.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/bpoint_t.htm
  143.  
  144. CosmoCode*CosmoCode10:            ITEM
  145. CosmoCode*CosmoCode10.labelString:    Examining Data
  146. CosmoCode*CosmoCode10.helpKey: \
  147.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/data_t.htm
  148.  
  149.  
  150. CosmoCode*CosmoCode11:            ITEM
  151. CosmoCode*CosmoCode11.labelString:    Working with Source Files
  152. CosmoCode*CosmoCode11.helpKey: \
  153.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/source_t.htm
  154.  
  155. CosmoCode*CosmoCode12:            ITEM
  156. CosmoCode*CosmoCode12.labelString:    Viewing and Switching Threads
  157. CosmoCode*CosmoCode12.helpKey: \
  158.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/thread_t.htm
  159.  
  160. CosmoCode*CosmoCode13:            ITEM
  161. CosmoCode*CosmoCode13.labelString:    Browsing and Editing Classes
  162. CosmoCode*CosmoCode13.helpKey: \
  163.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/classes_t.htm
  164.  
  165. CosmoCode*CosmoCode14:            ITEM
  166. CosmoCode*CosmoCode14.labelString:    Browsing Methods
  167. CosmoCode*CosmoCode14.helpKey: \
  168.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/meths_t.htm
  169.  
  170. CosmoCode*CosmoCode15:            ITEM
  171. CosmoCode*CosmoCode15.labelString:    Running Queries
  172. CosmoCode*CosmoCode15.helpKey: \
  173.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/tasks/query_t.htm
  174.  
  175. CosmoCode*CosmoCode16:            SEP
  176.  
  177. CosmoCode*CosmoCode17:            ITEM
  178. CosmoCode*CosmoCode17.labelString:    Java Tools
  179. CosmoCode*CosmoCode17.helpKey: \
  180.         file:/usr/java/webdocs/tools/index.html
  181.  
  182. CosmoCode*CosmoCode18:            ITEM
  183. CosmoCode*CosmoCode18.labelString:    Java-to-MIPS Translator
  184. CosmoCode*CosmoCode18.helpKey: \
  185.         file:/usr/java/webdocs/translation.html
  186.  
  187. CosmoCode*CosmoCode19:            ITEM
  188. CosmoCode*CosmoCode19.labelString:    Java API
  189. CosmoCode*CosmoCode19.helpKey: \
  190.         file:/usr/java/webdocs/api/API_users_guide.html
  191.  
  192. CosmoCode*CosmoCode20:            ITEM
  193. CosmoCode*CosmoCode20.labelString:    Release Notes
  194. CosmoCode*CosmoCode20.helpKey: \
  195.         file:/usr/CosmoCode/webdocs/relnote.htm
  196.  
  197. CosmoCode*CosmoCode21:            ITEM
  198. CosmoCode*CosmoCode21.labelString:    Feedback
  199. CosmoCode*CosmoCode21.helpKey: \
  200.         file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?feedback.htm
  201.  
  202.  
  203. !!!!!!!!!!!!!!!!!!!!!!!!
  204. ! Click for Help      !!
  205. !!!!!!!!!!!!!!!!!!!!!!!!
  206.  
  207. !! Main window pieces
  208.  
  209. CosmoCode*threadBarSeparator.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  210.  
  211. CosmoCode*controller.pane.sash.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  212.  
  213. CosmoCode*controller.pane.separator.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  214.  
  215. CosmoCode*controller.pane.pane12.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  216.  
  217. CosmoCode*helpBar.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  218.  
  219. CosmoCode*componentArea.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  220.  
  221.  
  222. !! All menus on the menu bar go to the menus page
  223.  
  224. CosmoCode*menuBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/menus_r.htm
  225.  
  226.  
  227. !! All Control buttons go to the Control Buttons page
  228.  
  229. CosmoCode*debugToolBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prbuts_r.htm
  230.  
  231. CosmoCode*buttonBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prbuts_r.htm
  232.  
  233.  
  234. !! Thread Bar
  235.  
  236.  CosmoCode*runBar*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/thread_r.htm
  237.  
  238.  
  239. !! Status line
  240.  
  241.  CosmoCode*statusLine*.helpKey:    file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ccwin_r.htm
  242.  
  243.  
  244. !! Source Panel
  245.  
  246. CosmoCode*source*.helpKey:            file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/socard_r.htm
  247.  
  248.  
  249. !! Tabs
  250.  
  251. CosmoCode*tabPanel*.helpKey:            file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cards_r.htm
  252.  
  253.  
  254. !! Project card
  255.  
  256. CosmoCode*fileView*.helpKey:            file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prcard_r.htm
  257.  
  258.  
  259. !! Overview card 
  260.  
  261. CosmoCode*graph*.helpKey:            file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ovcard_r.htm
  262.  
  263. CosmoCode*Graph*.helpKey:            file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ovcard_r.htm
  264.  
  265. CosmoCode*Graph_overview*.helpKey:            file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/ovcard_r.htm
  266.  
  267.  
  268. !! Class card
  269.  
  270. CosmoCode*classCard*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/clcard_r.htm
  271.  
  272.  
  273. !! Query card
  274.  
  275. CosmoCode*queryCard*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/qucard_r.htm
  276.  
  277.  
  278. !! Breakpoints card
  279.  
  280. CosmoCode*trapForm*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/bpcard_r.htm
  281.  
  282.  
  283. !! Callstack card
  284.  
  285. CosmoCode*callStack*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cacard_r.htm
  286.  
  287. CosmoCode*callStackSW*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cacard_r.htm
  288.  
  289.  
  290. !! Data card
  291.  
  292. CosmoCode*data*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/dacard_r.htm
  293.  
  294.  
  295. !! Command card
  296.  
  297. CosmoCode*cmdLine*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/cocard_r.htm
  298.  
  299.  
  300. !! Build card
  301.  
  302. CosmoCode*builder*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prbld_r.htm
  303.  
  304.  
  305. !! Execution card
  306.  
  307. CosmoCode*executionSW*.helpKey:        file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/excard_r.htm
  308.  
  309.  
  310. !! Preferences dialog  
  311.  
  312. CosmoCode*prefDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prefs_r.htm
  313.  
  314.  
  315. !! Call Graph window
  316.  
  317. CosmoCode*call_graph_view*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
  318.  
  319. CosmoCode*graph.[java.lang.Object] boolean equals(java.lang.Object)*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
  320.  
  321. CosmoCode*call_graph_window.menuBar*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
  322.  
  323. CosmoCode*call_graph_window*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/callgr_r.htm
  324.  
  325.  
  326. !! Breakpoint dialog
  327.  
  328. CosmoCode*trapDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/bpdial_r.htm
  329.  
  330.  
  331. !! Edit Macro Commands dialog
  332.  
  333. CosmoCode*editMacroCommands*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/edit_r.htm
  334.  
  335.  
  336. !! Edit Shell Commands dialog
  337.  
  338. CosmoCode*editShellCommands*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/edit_r.htm
  339.  
  340.  
  341. !! Find dialog
  342.  
  343. CosmoCode*findDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/menus_r.htm
  344.  
  345.  
  346. !! New Project dialog
  347.  
  348. CosmoCode*ProjectNewDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/newprj_r.htm
  349.  
  350.  
  351. !! Project Settings dialog
  352.  
  353. CosmoCode*Project Settings*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prset_r.htm
  354.  
  355.  
  356. !! Replace dialog
  357.  
  358. CosmoCode*replaceDialog*.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/menus_r.htm
  359.  
  360.  
  361.  
  362. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  363. ! Help topics for help buttons in Cosmo Code dialogs                 !
  364. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  365.  
  366. ! help button for preferences dialog
  367. CosmoCode*prefDialog.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prefs_r.htm
  368.  
  369. ! help button for Project Settings dialog
  370. CosmoCode*ProjectSettings.helpKey: file:/usr/share/Insight/library/SGI_bookshelves/Help/books/CosmoCode_Guide/common/index.htm?../ccode/ref/prset_r.htm 
  371.